Retrieves the details of a Model.
Supply the unique Model ID to fetch it's details.
Ok
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
{- "id": "string",
- "url": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "packageId": "string",
- "description": "string",
- "scope": "private",
- "status": "created",
- "tags": [
- "string"
], - "labels": [
- "string"
], - "configuration": {
- "label_to_id_map": {
- "property1": 0,
- "property2": 0
}
}, - "inputType": "image",
- "outputType": "class",
- "datasetId": "string",
- "artifacts": [
- {
- "type": "item",
- "itemId": "string"
}
], - "context": {
- "project": "string",
- "creator": "string",
- "org": "string"
}, - "moduleName": "string",
- "metadata": {
- "system": {
- "archived": true,
- "ontologyId": "string",
- "train": {
- "datasets": [
- "string"
], - "services": [
- "string"
], - "executions": [
- "string"
]
}, - "predict": {
- "datasets": [
- "string"
], - "services": [
- "string"
], - "executions": [
- "string"
]
}, - "evaluate": {
- "datasets": [
- "string"
], - "services": [
- "string"
], - "executions": [
- "string"
]
}, - "deploy": {
- "datasets": [
- "string"
], - "services": [
- "string"
], - "executions": [
- "string"
]
}, - "subsets": {
- "train": {
- "property1": null,
- "property2": null
}, - "validation": {
- "property1": null,
- "property2": null
}
}
}
}
}